public float GetTextWidth( int ImageID, string Text, string FontName, float FontSize, FontStyle FontStyle )
public function GetTextWidth( ImageID: Integer; Text: String; FontName: String; FontSize: Single; FontStyle: FontStyle ): Single;
public function GetTextWidth( ImageID : int, Text : String, FontName : String, FontSize : float, FontStyle : FontStyle ) : float;
public: float GetTextWidth( int ImageID, string* Text, string* FontName, float FontSize, FontStyle FontStyle )
Parameters
- ImageID
- Text
- FontName
- FontSize
- FontStyle